This resource address deletes the named task from the named group.
Request Headers | |
---|---|
accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header.
|
Upon successful completion, MarkLogic Server returns status code 204 (No Content). If the task does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
security
and manage-admin
roles.manage
role plus one of the following granular privileges:
http://marklogic.com/xdmp/privileges/admin/group
http://marklogic.com/xdmp/privileges/admin/group/{group-ID}
http://marklogic.com/xdmp/privileges/admin/group/scheduled-task
http://marklogic.com/xdmp/privileges/admin/group/scheduled-task/{group-ID}
curl -X DELETE --anyauth -u admin:admin -H "Content-Type:application/json" \ http://localhost:8002/manage/v2/tasks/15443907690397240566?group-id=Default ==> Deletes the task, "15443907690397240566," from the Default group.